home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
DOS
/
UTILITY
/
ZIPR412
/
ZIPRTAME.BAT
< prev
Wrap
DOS Batch File
|
1993-09-14
|
236b
|
16 lines
@ECHO OFF
IF "%1" == "" GOTO QUIT
IF "%ZIPR%" == "" SET ZIPR=C:\ZIPR
:* Load Tame into memory
%ZIPR%\Tame-Res
:* Run the program
%1 %2 %3 %4 %5 %6 %7 %8 %9
:* Unload Tame from memory
%ZIPR%\Tame /Uninstall
:QUIT
EXIT